Miner.Responder.Shared.Channels.MSMQ Namespace > StructConverter Class > ToStruct Method : ToStruct(Byte[],Type) Method |
'Declaration
Public Overloads Shared Function ToStruct( _ ByVal buffer() As System.Byte, _ ByVal structureType As System.Type _ ) As System.Object
'Usage
Dim buffer() As System.Byte Dim structureType As System.Type Dim value As System.Object value = StructConverter.ToStruct(buffer, structureType)
public static System.object ToStruct( System.byte[] buffer, System.Type structureType )
public function ToStruct( buffer: System.Bytearray of; structureType: System.Type ): System.TObject; static;
public static function ToStruct( buffer : System.byte[], structureType : System.Type ) : System.Object;
public: static System.Object* ToStruct( System.byte[]* buffer, System.Type* structureType )
public: static System.Object^ ToStruct( System.array<byte>^ buffer, System.Type^ structureType )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2